home *** CD-ROM | disk | FTP | other *** search
- title "MENU Example" cg db dg sg a tl
- menu gt "Project |About|$! Menu Example |$-|$! GUI by AWNPipe: |Author |$!William H.M. Parker|$! <bill@amitrix.com>"
- Menu gt "Special|@D`disabled item |@C%checkable |@T^&toggle checkable|@N! No Highlight|-|`disabled group|$sub 1|$sub 2|$sub 3"
- Menu gt "More|Sub Items|$sub 1|$sub 2|$sub 3|-|mutual exclude |$@1#one|$@2%#5#two|$@3%#3#three"
- Menu gt "`Disabled Menu|Sub Items|$sub 1|$sub 2|$sub 3|-|mutual exclude|$#one|$%#5#two|$%#3#three"
- button gt " Try the menus " ro b 0
- open
-